home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
Opening.dir
/
00115.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-21
|
357 b
|
15 lines
on exitFrame
global gsoundflip, gsoundstate
if gsoundflip = 1 then
if gsoundstate = 1 then
set the castNum of sprite 10 to the number of member "resetAct1"
updateStage()
gsoundstate = 0
else
set the castNum of sprite 10 to the number of member "resetAct"
updateStage()
gsoundstate = 1
end if
end if
end